From bb7beb5ade3109f66aac409f2628cf8b7e3835f8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 12 Feb 2018 16:35:56 +0000 Subject: [PATCH] Drop method annotation for gtk_drag_cancel() The other method annotations were removed in commit c306e448b32e. There is no introspected ABI change, as g-ir-scanner would just ignore the annotation. This eliminates the last warning when building GTK on Linux. --- gtk/gtkdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index f07a679535..f621070850 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -1511,7 +1511,7 @@ gtk_drag_check_threshold (GtkWidget *widget, } /** - * gtk_drag_cancel: (method) + * gtk_drag_cancel: * @context: a #GdkDragContext, as e.g. returned by gtk_drag_begin_with_coordinates() * * Cancels an ongoing drag operation on the source side. -- 2.30.2